stack unwind meaning in Chinese
堆栈展开
Examples
- Clause so that stack unwinding can continue until the exception handler is invoked
子句的结束,以便堆栈展开可以在调用异常处理程序前继续进行。 - This thesis presents two methods to handle the active and passive exceptions in the library function jacket level . one comes up to handle the signal exception efficiently . and the other uses emulated stack unwinding to find the calling address to help handling the try catch exception
为了在库函数包装这个层面上快速处理c + +中的异常抛出以及重新抛出的问题,我们提出了动态栈展开的思想,从而得到本该静态编译阶段才可以得到的函数调用关系,分析得到caller调用callee的准确地址,用于异常区间的检查。